17. Setting Up Android Tests

Setting Up Android Tests

INSTRUCTOR NOTE:

Android testing has changed somewhat since this was recorded, the biggest change being that AndroidTestCase is now deprecated. You can find all the details here: https://developer.android.com/studio/test/index.html

The code for this demo is up to date, and can be found in the 4.09-Demo-AndroidUnitTesting folder.